home *** CD-ROM | disk | FTP | other *** search
- #ifndef __MOUSE__
- #define __MOUSE__
-
- #define ML_BUTTON 1
- #define MR_BUTTON 2
- short initmouse();
- void showmouse();
- void hidemouse();
- short mbpos(short & x,short & y);
- void mbrel(short & x, short & y);
- int micktopix(int horiz,int vert);
- int xlimit(int min,int max);
- int ylimit(int min,int max);
-
-
- #endif